home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
debhelper
/
autoscripts
/
postinst-pycentral
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-16
|
248 b
|
8 lines
rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
if which pycentral >/dev/null 2>&1; then
pycentral pkginstall #PACKAGE#
if grep -qs '^#PACKAGE#$' /var/lib/pycentral/delayed-pkgs; then
sed -i '/^#PACKAGE#$/d' /var/lib/pycentral/delayed-pkgs
fi
fi